Used to represent octal literals.
&oOctalNumber
Part | Type | Description |
|---|---|---|
OctalNumber |
Octal number |
A octal literal value. |
Note
To write an octal literal, precede the value with &o.
Example
This example shows an octal constant:
&o527
See Also
Oct function.